home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / cli / sort1_38.lha / sort1.38 / sort.readme < prev   
Text File  |  1995-09-30  |  3KB  |  72 lines

  1. Short:    Sorts ASCII-Files, many different features
  2. Author:   rw2@irz.inf.tu-dresden.de (Ruediger Werner)
  3. Uploader: rw2@irz.inf.tu-dresden.de (Ruediger Werner)
  4. Type:     util/cli
  5.  
  6. sort        Version 1.38        by Rüdiger Werner
  7.  
  8. The program and files in this distribution are freely distributable,
  9. but are also copyright (c) Rüdiger Werner. They may be freely
  10. distributed as long as no more than a nominal fee is charged to cover
  11. time and copying costs.
  12. No commercial usage is permitted without written permission from the
  13. author. Everything in this distribution must be kept together, in original
  14. unmodified form.
  15. This program is 'anyware', that means if you find this program useable or
  16. if you tried it then I'd like to receive anything from you.
  17. Of course I'd be very grateful, if you want to donate the author.
  18. The money will be used for a good purpose: I know very well a small indian
  19. boy who needs to be operated quite urgent. The parents have to pay the
  20. operation themselves, but they can't afford it. This is true, really.
  21.  
  22.                       *************************
  23.  
  24. I spent a lot of time on that program, now everything is ok so far.
  25. Of course the program is improved further. If you'd like to get a new
  26. version for a tiny fee, contact me. As far as I can tell already, it
  27. will be more as double as fast as this version. Some new features will
  28. be added too, as sorting by two criterions, e.g. sort by the 20th column
  29. and additionally sorting by the first.
  30. A graphical user interface is in work too, but that may take more time,
  31. because I have to do some other things too, like studying...
  32. It will be announced in the net, when it will be ready.
  33.  
  34.                       *************************
  35.  
  36.  
  37. ***********************************************************************
  38. * Notice that the author can't be made responsible for the destroying *
  39. * or lost of data through use of this program. You use it on your own *
  40. * risc. Please read carefully the Doc-file before using.              *
  41. ***********************************************************************
  42.  
  43.  E-Mail:  rw2@irz.inf.tu-dresden.de
  44.       wernerr@eeetwc.et.tu-dresden.de
  45.  
  46.  URL:     http://www.inf.tu-dresden.de/~rw2
  47.           http://eeetw0.et.tu-dresden.de:8080/~wernerr
  48.  
  49.  Mail:      Rüdiger Werner
  50.       Stresemannplatz 2
  51.       01309 Dresden
  52.       GERMANY
  53.  
  54. Contents
  55.  
  56.  sort        18104 Bytes
  57.  sort_engl    17480 Bytes
  58.  sort.doc     6365 Bytes
  59.  sort.readme
  60.  History
  61.  
  62.  
  63. This program was written for sorting ASCII-Files in alphabetical order.
  64. I had to sort some large files. I searched for a usable sort-program,
  65. but I didn't found.
  66. Anyway, I implemented an algorithm and added some useful other features
  67. like erasing empty lines or lines which are twice or more in the file
  68. (of course ONE of these lines is kept in the file ;-) .
  69. For more information read the doc-file.
  70.  
  71. Rüdiger
  72.